home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5252 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: lrz-muenchen.de!news
  2. From: watzka@stat.uni-muenchen.de (Kurt Watzka)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Reading files - DOS & UNIX
  5. Date: 9 Feb 1996 09:42:12 GMT
  6. Organization: Leibniz-Rechenzentrum, Muenchen (Germany)
  7. Distribution: world
  8. Message-ID: <4ff4tk$i6b@sparcserver.lrz-muenchen.de>
  9. References: <cakamman.823793386@isum2.iastate.edu>
  10. NNTP-Posting-Host: sun2.lrz-muenchen.de
  11.  
  12. cakamman@iastate.edu (Chris A Kamman) writes:
  13.  
  14. >Hi,
  15.  
  16. >    I would like to have the same program read text files on SUN and
  17. >PC.
  18.  
  19. >    What I ended up doing was - use fopen with rb mode. Then remove
  20. >the linefeed and carraige return characters if they exist. This solu
  21. >works.
  22.  
  23. But why do you want to do that? Opening the file and reading lines
  24. with fgets() works quite well, both on a SUN and a PC.
  25.  
  26. The standard C library is responsible for and capable of dealing
  27. with different line terminatiors on different systems.
  28.  
  29. Kurt
  30. --
  31. | Kurt Watzka                             Phone : +49-89-2180-6254
  32. | watzka@stat.uni-muenchen.de
  33. | ua302aa@sunmail.lrz-muenchen.de
  34.